* process.c: Make symbols static if they're not exported.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:16:00 +0000 (19:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:16:00 +0000 (19:16 -0700)
commit6cab2a4e033c34fbd5957782a8e1ec1465836579
tree0edde8bf25275f4edc5c88740569eee37a3aedf5
parentabd1e8de7a4c647751267b0d2df27d9af1edeb7d
* process.c: Make symbols static if they're not exported.

(process_tick, update_tick, create_process, chan_process):
(Vprocess_alist, proc_buffered_char, datagram_access):
(fd_callback_data, send_process_frame, process_sent_to): Now static.
(deactivate_process): Mark defn as static, as well as decl.
* lisp.h (create_process): Remove decl.
* process.h (chan_process, Vprocess_alist): Remove decls.
src/ChangeLog
src/lisp.h
src/process.c
src/process.h